home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / pcv05n10.zip / RECYCL.ZIP / RECYCLER.DOC < prev    next >
Text File  |  1992-09-16  |  5KB  |  105 lines

  1. RECYCLER                 October 1992                 Paul Bonner
  2. PC/Computing Magazine                                    Page 261
  3. -----------------------------------------------------------------
  4. Purpose:       Recycler for Windows hides your unused files until
  5.                you decide to delete them.
  6.  
  7. Install:       1.  Copy RECYCLER.EXE, DISKSTAT.DLL, RECFULL.ICO 
  8.                    and RECEMPTY.ICO to your Windows directory 
  9.                    (or anywhere else on your DOS path).  
  10.                    
  11.                    PC/Contact users:
  12.                    ----------------
  13.                    Alternatively, unpack RECYCL.EXE from your 
  14.                    download directory into your Windows
  15.                    directory (or into a directory of its own).
  16.  
  17.                2.  Create a new Program Item in Program Manager 
  18.                    for RECYCLER.EXE.
  19.  
  20.                3.  Be sure you have Microsoft's Visual Basic 
  21.                    Runtime library VBRUN100.DLL.  (VBRUN.EXE
  22.                    can be found in the PC/Contact forum, Library
  23.                    3, Utilities/Misc.)
  24.  
  25. Usage:         When you launch Recycler in Windows, it appears as 
  26.                an icon at the bottom of your screen. If you click
  27.                on the icon at this point, a window will open but
  28.                it will be empty.
  29.  
  30.                Open up File Manager, press SHIFT and highlight a 
  31.                few files, hold down your left mouse button, and 
  32.                drag the files onto Recycler's icon.
  33.  
  34.                Several things happen at once:  The Recycler icon 
  35.                changes to display an overflowing bin, and its 
  36.                label changes to display the number of files that 
  37.                you've dragged onto it and their total size in 
  38.                kilobytes (Recycler maintains cumulative totals
  39.                for you).  Most important, the files you've
  40.                dragged onto Recycler will disapper from the File
  41.                Manager and other file listings.
  42.  
  43.                Recycler doesn't actually delete the files you've
  44.                dragged onti it. In fact, it doesn't move them. It
  45.                simply turns on the DOS hidden attribute for each
  46.                file which makes the files disappear from File
  47.                Manager's standard file listing.
  48.  
  49.                If you've opted to activate Show Hidden/System
  50.                Files in Filfe Manager's View By File Type dialog
  51.                box, the files you've dragged into the recycling
  52.                bin wil appear in the File Manager listing with a
  53.                red exclamation point on the small icon that
  54.                precedes each filename.
  55.  
  56.                In addition to removing the files from the
  57.                standard File Manager view, hiding the files makes
  58.                them invisible both to most common file operations
  59.                at the DOS command line, including the DOS Copy 
  60.                and Delete commands, and to the satandard Windows
  61.                File Open dialog box. So if a directory holds 18
  62.                TXT files and you drag 16 of them into the
  63.                Recycler, a COPY *.TXT command at the DOS command
  64.                line will copy only the two unhidden files, and 
  65.                the File Open dialog box in Notepad (or any other
  66.                application that works with TXT files) will list
  67.                only those two files.
  68.  
  69.                When you open the Recycler window after you've
  70.                dragged files onto it, you'll find that it now
  71.                contains a list box with the name and path of each
  72.                file. The Restore button to the right of the list
  73.                will unhide any file that is currently selected
  74.                in the list box. When you unhide a file, it
  75.                disappears from Recycler and reappers in the
  76.                directory in which it originated. Alternately,
  77.                you can use the Restore All item on Recycler's
  78.                File menu to unhide all the files in the bin,
  79.                or use the Erase All menu item to permanently
  80.                delete all the files.
  81.  
  82. Notes:         Recycler doesn't work with entire subdirectories
  83.                because the command it uses to hide files doesn't
  84.                work on directories. So if you drag a directory
  85.                onto Recycler, the program will refuse to accept
  86.                it and will generate an error message.
  87.  
  88.                Recycler doesn't keep track of the files in the
  89.                recycling bin from one session to another. You 
  90.                must determine whether you want to erase or 
  91.                restore each file in the bin before you shut
  92.                down the Recycler application. If you try to
  93.                close Recycler (either by attempting to shut
  94.                down Windows or by selecting Recycler's File
  95.                Exit command or the Close command on the System
  96.                Menu) while there are files in the recycling bin,
  97.                the shutdown process will halt and a message box
  98.                will ask you to either restore or delete all the 
  99.                files in the bin. When you press OK, the shutdown
  100.                operation comes to a hald and you're left where
  101.                you were in Recycler before you attempted to 
  102.                shut down.
  103.  
  104.  
  105.